fetchServiceAppointmentsMinimal
fetchServiceAppointmentsMinimal
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
dealerDepartmentUuidList string[]
requesterUserUuid string
serviceAppointmentFilterRequestDto object
customerUuidList string[]
dealerUuidList string[]
endDate string
onlyUnapprovedAppointments boolean
orderUuids string[]
serviceAppointmentStatusList string[]
Possible values: [PENDING_APPROVAL
, SCHEDULED
, TRIP_IN_PROGRESS
, TECHNICIAN_ARRIVED
, SERVICE_IN_PROGRESS
, SERVICE_COMPLETED
, CANCELLED
, COMPLETED
, DECLINED
]
serviceAppointmentUuidList string[]
startDate string
technicianUserUuidList string[]
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
error object
code string
description string
metadata object
property name* string
serviceAppointmentList object[]
assignedToUserUuid string
destinationLatitude string
destinationLongitude string
preferredDate string
serviceAppointmentUuid string
serviceEndTime string
serviceStartTime string
status string
Possible values: [PENDING_APPROVAL
, SCHEDULED
, TRIP_IN_PROGRESS
, TECHNICIAN_ARRIVED
, SERVICE_IN_PROGRESS
, SERVICE_COMPLETED
, CANCELLED
, COMPLETED
, DECLINED
]
statusCode int32
warnings object[]
code string
description string
{
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"serviceAppointmentList": [
{
"assignedToUserUuid": "string",
"destinationLatitude": "string",
"destinationLongitude": "string",
"preferredDate": "string",
"serviceAppointmentUuid": "string",
"serviceEndTime": "string",
"serviceStartTime": "string",
"status": "PENDING_APPROVAL"
}
],
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...